projects
/
emacs.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
emacs.git
2022-11-06
Yuan Fu
Don't indent empty lines in treesit-indent-region
commit
|
commitdiff
|
tree
|
snapshot
2022-11-06
Yuan Fu
Make treesit-language-at work in more situations
commit
|
commitdiff
|
tree
|
snapshot
2022-11-06
Yuan Fu
; Fix documentation for tree-sitter
commit
|
commitdiff
|
tree
|
snapshot
2022-11-05
Eli Zaretskii
; Minor fixes to documentation
commit
|
commitdiff
|
tree
|
snapshot
2022-11-05
Eli Zaretskii
; Fix minor issues with Tree-sitter documentation in...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-04
Yuan Fu
; * lisp/treesit.el (treesit-inspect-node-at-point...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-04
Yuan Fu
; * lisp/treesit.el (treesit-ready-p): Fix typo.
commit
|
commitdiff
|
tree
|
snapshot
2022-11-04
Yuan Fu
; Minor improvement in treesit-inspect-mode
commit
|
commitdiff
|
tree
|
snapshot
2022-11-04
Yuan Fu
; * lisp/treesit.el (treesit-update-ranges): Update...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-04
Yuan Fu
; Replace error with signal in treesit.el
commit
|
commitdiff
|
tree
|
snapshot
2022-11-04
Yuan Fu
; Remove unused tree-sitter functions
commit
|
commitdiff
|
tree
|
snapshot
2022-11-04
Yuan Fu
Add treesit-indent-error
commit
|
commitdiff
|
tree
|
snapshot
2022-11-04
Yuan Fu
Revise tree-sitter facility for multi-language buffers
commit
|
commitdiff
|
tree
|
snapshot
2022-11-04
Yuan Fu
; * lisp/progmodes/js.el (js--fontify-template-string...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-04
Yuan Fu
Fix treesit-parser-set-included-ranges
commit
|
commitdiff
|
tree
|
snapshot
2022-11-04
Yuan Fu
; * src/treesit.c: Minor comment change.
commit
|
commitdiff
|
tree
|
snapshot
2022-11-04
Yuan Fu
; Tree-sitter: Don't refontify if entity contained...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-03
Yuan Fu
Add contextual tree-sitter font-lock to ts-mode and...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-03
Yuan Fu
Minor change to tree-sitter imenu function of js-mode
commit
|
commitdiff
|
tree
|
snapshot
2022-11-03
Yuan Fu
; Update guides in /admin/notes/tree-sitter
commit
|
commitdiff
|
tree
|
snapshot
2022-11-03
Po Lu
More style fixes to tree-sitter code
commit
|
commitdiff
|
tree
|
snapshot
2022-11-03
Po Lu
Minor fixes to last tree-sitter change
commit
|
commitdiff
|
tree
|
snapshot
2022-11-03
Po Lu
Stylistic changes to tree-sitter code
commit
|
commitdiff
|
tree
|
snapshot
2022-11-03
Yuan Fu
Check for outdated tree-sitter node when printing
commit
|
commitdiff
|
tree
|
snapshot
2022-11-03
Yuan Fu
; * src/print.c (print_vectorlike): Fix comment for...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-03
Yuan Fu
Pass region start and end to tree-sitter fontification...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-02
Yuan Fu
Add handling of contextual entities in tree-sitter...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-02
Yuan Fu
Change signature of tree-sitter font-lock functions
commit
|
commitdiff
|
tree
|
snapshot
2022-11-01
Yuan Fu
Fix string fontification for tree-sitter python-mode
commit
|
commitdiff
|
tree
|
snapshot
2022-11-01
Yuan Fu
Don't print buffer when printing tree-sitter node and...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-01
Yuan Fu
; Tree-sitter font-lock debugging: print node type...
commit
|
commitdiff
|
tree
|
snapshot
2022-11-01
Yuan Fu
Allow user to add/remove tree-sitter font-lock features
commit
|
commitdiff
|
tree
|
snapshot
2022-11-01
Yuan Fu
Query on the root node in tree-sitter font-lock
commit
|
commitdiff
|
tree
|
snapshot
2022-10-31
Yuan Fu
; Explain the BEG and END argument in treesit-query...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-31
Yuan Fu
Use treesit-fontify-with-override in tree-sitter functions
commit
|
commitdiff
|
tree
|
snapshot
2022-10-31
Yuan Fu
Add an argument OVERRIDE to tree-sitter font-lock functions
commit
|
commitdiff
|
tree
|
snapshot
2022-10-31
Yuan Fu
; * lisp/treesit.el (tresit--font-lock-verbose): Fix...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-31
Yuan Fu
Use tree-sitter for font-lock's syntactic function...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-31
Yuan Fu
Improve python tree-sitter's string fontification
commit
|
commitdiff
|
tree
|
snapshot
2022-10-31
Yuan Fu
Add tresit--font-lock-verbose
commit
|
commitdiff
|
tree
|
snapshot
2022-10-31
Yuan Fu
Set jit-lock-contextually in treesit-major-mode-setup
commit
|
commitdiff
|
tree
|
snapshot
2022-10-30
Yuan Fu
Separate python tree-sitter fontification into features
commit
|
commitdiff
|
tree
|
snapshot
2022-10-29
Yuan Fu
Fix byte-compile warning in treesit.el
commit
|
commitdiff
|
tree
|
snapshot
2022-10-29
Yuan Fu
Not return noindent in treesit-indent
commit
|
commitdiff
|
tree
|
snapshot
2022-10-29
Yuan Fu
Add treesit-node-top-level
commit
|
commitdiff
|
tree
|
snapshot
2022-10-29
Yuan Fu
Reflect recent change in tree-sitter manual sections
commit
|
commitdiff
|
tree
|
snapshot
2022-10-29
Yuan Fu
Fix parent-bol preset for tree-sitter indent
commit
|
commitdiff
|
tree
|
snapshot
2022-10-29
Yuan Fu
Keep cursor position in treesit-indent
commit
|
commitdiff
|
tree
|
snapshot
2022-10-29
Yuan Fu
Remove hack in js-mode's tree-sitter indentation rules
commit
|
commitdiff
|
tree
|
snapshot
2022-10-29
Yuan Fu
Refine handling of node at point in treesit-indent
commit
|
commitdiff
|
tree
|
snapshot
2022-10-29
Yuan Fu
Fix treesit-indent-region
commit
|
commitdiff
|
tree
|
snapshot
2022-10-29
Yuan Fu
Remove test of treesit-language-at
commit
|
commitdiff
|
tree
|
snapshot
2022-10-29
Yuan Fu
Byte-compile treesit-simple-indent-presets
commit
|
commitdiff
|
tree
|
snapshot
2022-10-29
Yuan Fu
Add treesit-indent-region
commit
|
commitdiff
|
tree
|
snapshot
2022-10-28
Yuan Fu
Make Emacs compile without tree-sitter library
commit
|
commitdiff
|
tree
|
snapshot
2022-10-28
Yuan Fu
; Make ts-mode indent rules more compact (whitespace...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-28
Theodor Thornhill
Add in new font lock features in js/ts-mode
commit
|
commitdiff
|
tree
|
snapshot
2022-10-28
Yuan Fu
* configure.ac (emacs_config_features): Change to TREE_...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-28
Stefan Kangas
Minor doc fixes in treesit.el
commit
|
commitdiff
|
tree
|
snapshot
2022-10-28
Yuan Fu
Reflect tree-sitter indent rule presets change in manual
commit
|
commitdiff
|
tree
|
snapshot
2022-10-28
Theodor Thornhill
Improve tree-sitter indent rules in ts-mode and js...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-28
Yuan Fu
Add some js-mode tree-sitter indent rules
commit
|
commitdiff
|
tree
|
snapshot
2022-10-28
Yuan Fu
; * lisp/treesit.el (treesit-simple-indent-presets...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-28
Yuan Fu
Remove tree-sitter-indent's integration with cc-mode
commit
|
commitdiff
|
tree
|
snapshot
2022-10-28
Yuan Fu
* configure.ac (WINDOW_SYSTEM_OBJ): Move tree-sitter...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-27
Stefan Kangas
Minor copy-edits in tree-sitter docs
commit
|
commitdiff
|
tree
|
snapshot
2022-10-27
Stefan Kangas
; Fix typos and formatting in tree-sitter docs
commit
|
commitdiff
|
tree
|
snapshot
2022-10-27
Stefan Kangas
; Update copyright years
commit
|
commitdiff
|
tree
|
snapshot
2022-10-27
Stefan Kangas
; Fix typos and formatting in treesit.[ch]
commit
|
commitdiff
|
tree
|
snapshot
2022-10-27
Stefan Kangas
; * src/treesit.c: Fix typos.
commit
|
commitdiff
|
tree
|
snapshot
2022-10-27
Stefan Kangas
; * lisp/treesit.el: Minor copy-edits of documentation.
commit
|
commitdiff
|
tree
|
snapshot
2022-10-27
Yuan Fu
Plug tree-sitter-simple-indent into c-offset-alist
commit
|
commitdiff
|
tree
|
snapshot
2022-10-27
Yuan Fu
* lisp/treesit.el (treesit-node-top-level-p): New argum...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-27
Yuan Fu
Generalize js--treesit-imenu-top-level-p
commit
|
commitdiff
|
tree
|
snapshot
2022-10-26
Yuan Fu
Add tree-sitter navigation support to python-mode
commit
|
commitdiff
|
tree
|
snapshot
2022-10-26
Yuan Fu
Add tree-sitter imenu support for js-mode and ts-mode
commit
|
commitdiff
|
tree
|
snapshot
2022-10-26
Yuan Fu
Fix tree-sitter navigation
commit
|
commitdiff
|
tree
|
snapshot
2022-10-26
Yuan Fu
* src/treesit.c (treesit_search_dfs): Fix traverse...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-26
Yuan Fu
; * src/treesit.c (treesit_search_forward): Fix comment.
commit
|
commitdiff
|
tree
|
snapshot
2022-10-26
Yuan Fu
* src/treesit.c (treesit_search_forward): Fix traverses...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-26
Yuan Fu
Don't disable parse cache in tree-sitter activated...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-25
Yuan Fu
* lisp/treesit.el (treesit-simple-indent-rules): Make...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-25
Yuan Fu
Fix treesit-language-at
commit
|
commitdiff
|
tree
|
snapshot
2022-10-25
Yuan Fu
New tree-sitter toggle scheme
commit
|
commitdiff
|
tree
|
snapshot
2022-10-24
Yuan Fu
* lisp/progmodes/ts-mode.el (ts-mode): Fix font-lock...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-24
Yuan Fu
* lisp/treesit.el (treesit-node-at): Remove argument...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-24
Yuan Fu
* lisp/treesit.el (treesit-parser-range-on): New function.
commit
|
commitdiff
|
tree
|
snapshot
2022-10-24
Yuan Fu
Fix treesit-beginning/end-of-defun
commit
|
commitdiff
|
tree
|
snapshot
2022-10-24
Yuan Fu
Make treesit-search-forward-goto accept a NODE argument
commit
|
commitdiff
|
tree
|
snapshot
2022-10-24
Yuan Fu
Make treesit-node-at return the last leaf node at EOB
commit
|
commitdiff
|
tree
|
snapshot
2022-10-24
Yuan Fu
Make treesit-node-child and fiends accept negative...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-23
Yuan Fu
; * lisp/treesit.el (treesit-range-functions): Fix...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-23
Yuan Fu
* lisp/treesit.el (treesit-node-at): Add LARGEST argument.
commit
|
commitdiff
|
tree
|
snapshot
2022-10-23
Yuan Fu
Change function signiture of treesit search functions
commit
|
commitdiff
|
tree
|
snapshot
2022-10-23
Yuan Fu
; Resolve FIXME's in tree-sitter manual sections
commit
|
commitdiff
|
tree
|
snapshot
2022-10-23
Eli Zaretskii
; Minor copyedits of tree-sitter stuff in ELisp manual
commit
|
commitdiff
|
tree
|
snapshot
2022-10-23
Yuan Fu
Fix infinite loop in treesit-search-forward-goto
commit
|
commitdiff
|
tree
|
snapshot
2022-10-23
Yuan Fu
Resolve FIXME's in tree-sitter manual sections
commit
|
commitdiff
|
tree
|
snapshot
2022-10-22
Eli Zaretskii
Clean up tree-sitter sections of the ELisp manual
commit
|
commitdiff
|
tree
|
snapshot
2022-10-22
Yuan Fu
* lisp/treesit.el (treesit-font-lock-enable): Add funct...
commit
|
commitdiff
|
tree
|
snapshot
next